home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TREGISTRYCHECKER / TREGISTRYCHECKER.txt
Text File  |  2004-10-12  |  1KB  |  63 lines

  1. object RegistryChecker: TRegistryChecker
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'The Bat!'
  7.   ClientHeight = 142
  8.   ClientWidth = 276
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 16
  25.     Width = 257
  26.     Height = 57
  27.     AutoSize = False
  28.     Caption = 
  29.       'The Bat! is not currently installed as the default e-mail client' +
  30.       ' of your system. Do you want to use The Bat! for creating of new' +
  31.       ' e-mail messages by default?'
  32.     WordWrap = True
  33.   end
  34.   object cbCheck: TCheckBox
  35.     Left = 16
  36.     Top = 80
  37.     Width = 241
  38.     Height = 17
  39.     Caption = 'Do not perform this check in future'
  40.     TabOrder = 0
  41.   end
  42.   object bYes: TButton
  43.     Left = 49
  44.     Top = 112
  45.     Width = 75
  46.     Height = 25
  47.     Caption = '&Yes'
  48.     Default = True
  49.     ModalResult = 6
  50.     TabOrder = 1
  51.   end
  52.   object bNo: TButton
  53.     Left = 153
  54.     Top = 112
  55.     Width = 75
  56.     Height = 25
  57.     Cancel = True
  58.     Caption = '&No'
  59.     ModalResult = 2
  60.     TabOrder = 2
  61.   end
  62. end
  63.